Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmItem
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmItem))
26         Dim DataGridViewCellStyle19 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle20 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Me.Panel1 = New System.Windows.Forms.Panel()
33         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
34         Me.btnDelete = New System.Windows.Forms.Button()
35         Me.btnUpdate = New System.Windows.Forms.Button()
36         Me.btnNew = New System.Windows.Forms.Button()
37         Me.btnSave = New System.Windows.Forms.Button()
38         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
39         Me.cmbKitchen = New System.Windows.Forms.ComboBox()
40         Me.Label5 = New System.Windows.Forms.Label()
41         Me.Label3 = New System.Windows.Forms.Label()
42         Me.txtDiscount = New System.Windows.Forms.TextBox()
43         Me.Label2 = New System.Windows.Forms.Label()
44         Me.txtItemName = New System.Windows.Forms.TextBox()
45         Me.Label4 = New System.Windows.Forms.Label()
46         Me.txtRate = New System.Windows.Forms.TextBox()
47         Me.cmbCategory = New System.Windows.Forms.ComboBox()
48         Me.Label6 = New System.Windows.Forms.Label()
49         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
50         Me.txtSearchByDish = New System.Windows.Forms.TextBox()
51         Me.btnClose = New System.Windows.Forms.Button()
52         Me.dgw = New System.Windows.Forms.DataGridView()
53         Me.Panel2 = New System.Windows.Forms.Panel()
54         Me.Label1 = New System.Windows.Forms.Label()
55         Me.lblUser = New System.Windows.Forms.Label()
56         Me.Label7 = New System.Windows.Forms.Label()
57         Me.txtItemID = New System.Windows.Forms.TextBox()
58         Me.cmbInventoryType = New System.Windows.Forms.ComboBox()
59         Me.Label8 = New System.Windows.Forms.Label()
60         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
67         Me.Panel1.SuspendLayout()
68         Me.GroupBox3.SuspendLayout()
69         Me.GroupBox2.SuspendLayout()
70         Me.GroupBox1.SuspendLayout()
71         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
72         Me.Panel2.SuspendLayout()
73         Me.SuspendLayout()
74         
'
75         
'Panel1
76         
'
77         Me.Panel1.BackColor = System.Drawing.Color.White
78         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
79         Me.Panel1.Controls.Add(Me.GroupBox3)
80         Me.Panel1.Controls.Add(Me.GroupBox2)
81         Me.Panel1.Controls.Add(Me.GroupBox1)
82         Me.Panel1.Controls.Add(Me.btnClose)
83         Me.Panel1.Controls.Add(Me.dgw)
84         Me.Panel1.Controls.Add(Me.Panel2)
85         Me.Panel1.Location = New System.Drawing.Point(
3, 3)
86         Me.Panel1.Name =
"Panel1"
87         Me.Panel1.Size = New System.Drawing.Size(
771, 648)
88         Me.Panel1.TabIndex =
2
89         
'
90         
'GroupBox3
91         
'
92         Me.GroupBox3.Controls.Add(Me.btnDelete)
93         Me.GroupBox3.Controls.Add(Me.btnUpdate)
94         Me.GroupBox3.Controls.Add(Me.btnNew)
95         Me.GroupBox3.Controls.Add(Me.btnSave)
96         Me.GroupBox3.Location = New System.Drawing.Point(
419, 38)
97         Me.GroupBox3.Name =
"GroupBox3"
98         Me.GroupBox3.Size = New System.Drawing.Size(
99, 186)
99         Me.GroupBox3.TabIndex =
4
100         Me.GroupBox3.TabStop = False
101         
'
102         
'btnDelete
103         
'
104         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
105         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
106         Me.btnDelete.Image = CType(resources.GetObject(
"btnDelete.Image"), System.Drawing.Image)
107         Me.btnDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
108         Me.btnDelete.Location = New System.Drawing.Point(
8, 141)
109         Me.btnDelete.Name =
"btnDelete"
110         Me.btnDelete.Size = New System.Drawing.Size(
82, 37)
111         Me.btnDelete.TabIndex =
3
112         Me.btnDelete.Text =
"&Delete"
113         Me.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleRight
114         Me.btnDelete.UseVisualStyleBackColor = True
115         
'
116         
'btnUpdate
117         
'
118         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
119         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
120         Me.btnUpdate.Image = CType(resources.GetObject(
"btnUpdate.Image"), System.Drawing.Image)
121         Me.btnUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
122         Me.btnUpdate.Location = New System.Drawing.Point(
8, 99)
123         Me.btnUpdate.Name =
"btnUpdate"
124         Me.btnUpdate.Size = New System.Drawing.Size(
82, 37)
125         Me.btnUpdate.TabIndex =
2
126         Me.btnUpdate.Text =
"&Update"
127         Me.btnUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleRight
128         Me.btnUpdate.UseVisualStyleBackColor = True
129         
'
130         
'btnNew
131         
'
132         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
133         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
134         Me.btnNew.Image = CType(resources.GetObject(
"btnNew.Image"), System.Drawing.Image)
135         Me.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
136         Me.btnNew.Location = New System.Drawing.Point(
8, 15)
137         Me.btnNew.Name =
"btnNew"
138         Me.btnNew.Size = New System.Drawing.Size(
82, 37)
139         Me.btnNew.TabIndex =
0
140         Me.btnNew.Text =
"&New"
141         Me.btnNew.TextAlign = System.Drawing.ContentAlignment.MiddleRight
142         Me.btnNew.UseVisualStyleBackColor = True
143         
'
144         
'btnSave
145         
'
146         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
147         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
148         Me.btnSave.Image = CType(resources.GetObject(
"btnSave.Image"), System.Drawing.Image)
149         Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
150         Me.btnSave.Location = New System.Drawing.Point(
8, 57)
151         Me.btnSave.Name =
"btnSave"
152         Me.btnSave.Size = New System.Drawing.Size(
82, 37)
153         Me.btnSave.TabIndex =
1
154         Me.btnSave.Text =
"&Save"
155         Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
156         Me.btnSave.UseVisualStyleBackColor = True
157         
'
158         
'GroupBox2
159         
'
160         Me.GroupBox2.Controls.Add(Me.Label8)
161         Me.GroupBox2.Controls.Add(Me.cmbInventoryType)
162         Me.GroupBox2.Controls.Add(Me.txtItemID)
163         Me.GroupBox2.Controls.Add(Me.Label7)
164         Me.GroupBox2.Controls.Add(Me.cmbKitchen)
165         Me.GroupBox2.Controls.Add(Me.Label5)
166         Me.GroupBox2.Controls.Add(Me.cmbCategory)
167         Me.GroupBox2.Controls.Add(Me.Label6)
168         Me.GroupBox2.Controls.Add(Me.Label3)
169         Me.GroupBox2.Controls.Add(Me.txtRate)
170         Me.GroupBox2.Controls.Add(Me.Label4)
171         Me.GroupBox2.Controls.Add(Me.txtDiscount)
172         Me.GroupBox2.Controls.Add(Me.txtItemName)
173         Me.GroupBox2.Controls.Add(Me.Label2)
174         Me.GroupBox2.Location = New System.Drawing.Point(
4, 38)
175         Me.GroupBox2.Name =
"GroupBox2"
176         Me.GroupBox2.Size = New System.Drawing.Size(
409, 224)
177         Me.GroupBox2.TabIndex =
0
178         Me.GroupBox2.TabStop = False
179         Me.GroupBox2.Text =
"Item Details"
180         
'
181         
'cmbKitchen
182         
'
183         Me.cmbKitchen.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
184         Me.cmbKitchen.FormattingEnabled = True
185         Me.cmbKitchen.Location = New System.Drawing.Point(
112, 111)
186         Me.cmbKitchen.Name =
"cmbKitchen"
187         Me.cmbKitchen.Size = New System.Drawing.Size(
165, 21)
188         Me.cmbKitchen.TabIndex =
3
189         
'
190         
'Label5
191         
'
192         Me.Label5.AutoSize = True
193         Me.Label5.Location = New System.Drawing.Point(
21, 111)
194         Me.Label5.Name =
"Label5"
195         Me.Label5.Size = New System.Drawing.Size(
90, 13)
196         Me.Label5.TabIndex =
303
197         Me.Label5.Text =
"Kitchen/Section :"
198         
'
199         
'Label3
200         
'
201         Me.Label3.AutoSize = True
202         Me.Label3.Location = New System.Drawing.Point(
21, 57)
203         Me.Label3.Name =
"Label3"
204         Me.Label3.Size = New System.Drawing.Size(
64, 13)
205         Me.Label3.TabIndex =
0
206         Me.Label3.Text =
"Item Name :"
207         
'
208         
'txtDiscount
209         
'
210         Me.txtDiscount.BackColor = System.Drawing.Color.White
211         Me.txtDiscount.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
212         Me.txtDiscount.Location = New System.Drawing.Point(
112, 192)
213         Me.txtDiscount.Name =
"txtDiscount"
214         Me.txtDiscount.Size = New System.Drawing.Size(
74, 21)
215         Me.txtDiscount.TabIndex =
6
216         Me.txtDiscount.Text =
"0.00"
217         Me.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
218         
'
219         
'Label2
220         
'
221         Me.Label2.AutoSize = True
222         Me.Label2.Location = New System.Drawing.Point(
21, 84)
223         Me.Label2.Name =
"Label2"
224         Me.Label2.Size = New System.Drawing.Size(
55, 13)
225         Me.Label2.TabIndex =
5
226         Me.Label2.Text =
"Category :"
227         
'
228         
'txtItemName
229         
'
230         Me.txtItemName.BackColor = System.Drawing.Color.White
231         Me.txtItemName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
232         Me.txtItemName.Location = New System.Drawing.Point(
112, 57)
233         Me.txtItemName.Name =
"txtItemName"
234         Me.txtItemName.Size = New System.Drawing.Size(
285, 21)
235         Me.txtItemName.TabIndex =
1
236         
'
237         
'Label4
238         
'
239         Me.Label4.AutoSize = True
240         Me.Label4.Location = New System.Drawing.Point(
21, 165)
241         Me.Label4.Name =
"Label4"
242         Me.Label4.Size = New System.Drawing.Size(
36, 13)
243         Me.Label4.TabIndex =
6
244         Me.Label4.Text =
"Rate :"
245         
'
246         
'txtRate
247         
'
248         Me.txtRate.BackColor = System.Drawing.Color.White
249         Me.txtRate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
250         Me.txtRate.Location = New System.Drawing.Point(
112, 165)
251         Me.txtRate.Name =
"txtRate"
252         Me.txtRate.Size = New System.Drawing.Size(
74, 21)
253         Me.txtRate.TabIndex =
5
254         Me.txtRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
255         
'
256         
'cmbCategory
257         
'
258         Me.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
259         Me.cmbCategory.FormattingEnabled = True
260         Me.cmbCategory.Location = New System.Drawing.Point(
112, 84)
261         Me.cmbCategory.Name =
"cmbCategory"
262         Me.cmbCategory.Size = New System.Drawing.Size(
285, 21)
263         Me.cmbCategory.TabIndex =
2
264         
'
265         
'Label6
266         
'
267         Me.Label6.AutoSize = True
268         Me.Label6.Location = New System.Drawing.Point(
21, 192)
269         Me.Label6.Name =
"Label6"
270         Me.Label6.Size = New System.Drawing.Size(
66, 13)
271         Me.Label6.TabIndex =
10
272         Me.Label6.Text =
"Discount % :"
273         
'
274         
'GroupBox1
275         
'
276         Me.GroupBox1.Controls.Add(Me.txtSearchByDish)
277         Me.GroupBox1.Location = New System.Drawing.Point(
4, 266)
278         Me.GroupBox1.Name =
"GroupBox1"
279         Me.GroupBox1.Size = New System.Drawing.Size(
202, 68)
280         Me.GroupBox1.TabIndex =
3
281         Me.GroupBox1.TabStop = False
282         Me.GroupBox1.Text =
"Search By Item Name :"
283         
'
284         
'txtSearchByDish
285         
'
286         Me.txtSearchByDish.BackColor = System.Drawing.Color.White
287         Me.txtSearchByDish.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
288         Me.txtSearchByDish.Location = New System.Drawing.Point(
22, 29)
289         Me.txtSearchByDish.Name =
"txtSearchByDish"
290         Me.txtSearchByDish.Size = New System.Drawing.Size(
172, 21)
291         Me.txtSearchByDish.TabIndex =
0
292         
'
293         
'btnClose
294         
'
295         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
296         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
297         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
298         Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
299         Me.btnClose.Location = New System.Drawing.Point(
682, 4)
300         Me.btnClose.Name =
"btnClose"
301         Me.btnClose.Size = New System.Drawing.Size(
82, 37)
302         Me.btnClose.TabIndex =
4
303         Me.btnClose.Text =
"&Close"
304         Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
305         Me.btnClose.UseVisualStyleBackColor = True
306         
'
307         
'dgw
308         
'
309         Me.dgw.AllowUserToAddRows = False
310         Me.dgw.AllowUserToDeleteRows = False
311         DataGridViewCellStyle19.BackColor = System.Drawing.Color.FloralWhite
312         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle19
313         Me.dgw.BackgroundColor = System.Drawing.Color.White
314         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
315         DataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
316         DataGridViewCellStyle20.BackColor = System.Drawing.Color.LightSeaGreen
317         DataGridViewCellStyle20.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
318         DataGridViewCellStyle20.ForeColor = System.Drawing.Color.Black
319         DataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.LightSteelBlue
320         DataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText
321         DataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
322         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle20
323         Me.dgw.ColumnHeadersHeight =
24
324         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column7, Me.Column1, Me.Column2, Me.Column6, Me.Column8, Me.Column3, Me.Column4})
325         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
326         Me.dgw.EnableHeadersVisualStyles = False
327         Me.dgw.GridColor = System.Drawing.Color.White
328         Me.dgw.Location = New System.Drawing.Point(
4, 340)
329         Me.dgw.MultiSelect = False
330         Me.dgw.Name =
"dgw"
331         Me.dgw.ReadOnly = True
332         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
333         DataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
334         DataGridViewCellStyle23.BackColor = System.Drawing.Color.LightSeaGreen
335         DataGridViewCellStyle23.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
336         DataGridViewCellStyle23.ForeColor = System.Drawing.SystemColors.WindowText
337         DataGridViewCellStyle23.SelectionBackColor = System.Drawing.Color.Orange
338         DataGridViewCellStyle23.SelectionForeColor = System.Drawing.SystemColors.HighlightText
339         DataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
340         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle23
341         Me.dgw.RowHeadersWidth =
25
342         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
343         DataGridViewCellStyle24.BackColor = System.Drawing.Color.White
344         DataGridViewCellStyle24.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
345         DataGridViewCellStyle24.SelectionBackColor = System.Drawing.Color.MediumTurquoise
346         DataGridViewCellStyle24.SelectionForeColor = System.Drawing.Color.White
347         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle24
348         Me.dgw.RowTemplate.Height =
18
349         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
350         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
351         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
352         Me.dgw.Size = New System.Drawing.Size(
760, 298)
353         Me.dgw.TabIndex =
1
354         
'
355         
'Panel2
356         
'
357         Me.Panel2.BackColor = System.Drawing.Color.LightSeaGreen
358         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
359         Me.Panel2.Controls.Add(Me.Label1)
360         Me.Panel2.Controls.Add(Me.lblUser)
361         Me.Panel2.Location = New System.Drawing.Point(
4, 4)
362         Me.Panel2.Name =
"Panel2"
363         Me.Panel2.Size = New System.Drawing.Size(
672, 28)
364         Me.Panel2.TabIndex =
0
365         
'
366         
'Label1
367         
'
368         Me.Label1.AutoSize = True
369         Me.Label1.BackColor = System.Drawing.Color.Transparent
370         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
371         Me.Label1.ForeColor = System.Drawing.Color.White
372         Me.Label1.Location = New System.Drawing.Point(
265, 1)
373         Me.Label1.Name =
"Label1"
374         Me.Label1.Size = New System.Drawing.Size(
162, 24)
375         Me.Label1.TabIndex =
0
376         Me.Label1.Text =
"Menu Item Entry"
377         
'
378         
'lblUser
379         
'
380         Me.lblUser.AutoSize = True
381         Me.lblUser.Location = New System.Drawing.Point(
66, 6)
382         Me.lblUser.Name =
"lblUser"
383         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
384         Me.lblUser.TabIndex =
5
385         Me.lblUser.Text =
"Label8"
386         Me.lblUser.Visible = False
387         
'
388         
'Label7
389         
'
390         Me.Label7.AutoSize = True
391         Me.Label7.Location = New System.Drawing.Point(
21, 31)
392         Me.Label7.Name =
"Label7"
393         Me.Label7.Size = New System.Drawing.Size(
47, 13)
394         Me.Label7.TabIndex =
304
395         Me.Label7.Text =
"Item ID :"
396         
'
397         
'txtItemID
398         
'
399         Me.txtItemID.BackColor = System.Drawing.SystemColors.Control
400         Me.txtItemID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
401         Me.txtItemID.Location = New System.Drawing.Point(
112, 31)
402         Me.txtItemID.Name =
"txtItemID"
403         Me.txtItemID.ReadOnly = True
404         Me.txtItemID.Size = New System.Drawing.Size(
82, 21)
405         Me.txtItemID.TabIndex =
0
406         Me.txtItemID.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
407         
'
408         
'cmbInventoryType
409         
'
410         Me.cmbInventoryType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
411         Me.cmbInventoryType.FormattingEnabled = True
412         Me.cmbInventoryType.Location = New System.Drawing.Point(
112, 138)
413         Me.cmbInventoryType.Name =
"cmbInventoryType"
414         Me.cmbInventoryType.Size = New System.Drawing.Size(
165, 21)
415         Me.cmbInventoryType.TabIndex =
4
416         
'
417         
'Label8
418         
'
419         Me.Label8.AutoSize = True
420         Me.Label8.Location = New System.Drawing.Point(
21, 138)
421         Me.Label8.Name =
"Label8"
422         Me.Label8.Size = New System.Drawing.Size(
84, 13)
423         Me.Label8.TabIndex =
307
424         Me.Label8.Text =
"Inventory Type :"
425         
'
426         
'Column7
427         
'
428         Me.Column7.HeaderText =
"Item ID"
429         Me.Column7.Name =
"Column7"
430         Me.Column7.ReadOnly = True
431         
'
432         
'Column1
433         
'
434         Me.Column1.HeaderText =
"Item Name"
435         Me.Column1.Name =
"Column1"
436         Me.Column1.ReadOnly = True
437         Me.Column1.Width =
150
438         
'
439         
'Column2
440         
'
441         Me.Column2.HeaderText =
"Category"
442         Me.Column2.Name =
"Column2"
443         Me.Column2.ReadOnly = True
444         Me.Column2.Width =
120
445         
'
446         
'Column6
447         
'
448         Me.Column6.HeaderText =
"Kitchen/Section"
449         Me.Column6.Name =
"Column6"
450         Me.Column6.ReadOnly = True
451         Me.Column6.Width =
120
452         
'
453         
'Column8
454         
'
455         Me.Column8.HeaderText =
"Inventory Type"
456         Me.Column8.Name =
"Column8"
457         Me.Column8.ReadOnly = True
458         
'
459         
'Column3
460         
'
461         DataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight
462         Me.Column3.DefaultCellStyle = DataGridViewCellStyle21
463         Me.Column3.HeaderText =
"Rate"
464         Me.Column3.Name =
"Column3"
465         Me.Column3.ReadOnly = True
466         Me.Column3.Width =
70
467         
'
468         
'Column4
469         
'
470         DataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
471         Me.Column4.DefaultCellStyle = DataGridViewCellStyle22
472         Me.Column4.HeaderText =
"Discount %"
473         Me.Column4.Name =
"Column4"
474         Me.Column4.ReadOnly = True
475         Me.Column4.Width =
70
476         
'
477         
'frmItem
478         
'
479         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
480         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
481         Me.BackColor = System.Drawing.Color.Orange
482         Me.ClientSize = New System.Drawing.Size(
780, 654)
483         Me.Controls.Add(Me.Panel1)
484         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
485         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
486         Me.KeyPreview = True
487         Me.MaximizeBox = False
488         Me.MinimizeBox = False
489         Me.Name =
"frmItem"
490         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
491         Me.Panel1.ResumeLayout(False)
492         Me.GroupBox3.ResumeLayout(False)
493         Me.GroupBox2.ResumeLayout(False)
494         Me.GroupBox2.PerformLayout()
495         Me.GroupBox1.ResumeLayout(False)
496         Me.GroupBox1.PerformLayout()
497         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
498         Me.Panel2.ResumeLayout(False)
499         Me.Panel2.PerformLayout()
500         Me.ResumeLayout(False)
501
502     End Sub
503     Friend WithEvents Panel1 As System.Windows.Forms.Panel
504     Friend WithEvents Label3 As System.Windows.Forms.Label
505     Friend WithEvents txtItemName As System.Windows.Forms.TextBox
506     Friend WithEvents btnDelete As System.Windows.Forms.Button
507     Friend WithEvents btnClose As System.Windows.Forms.Button
508     Friend WithEvents btnUpdate As System.Windows.Forms.Button
509     Friend WithEvents btnSave As System.Windows.Forms.Button
510     Friend WithEvents btnNew As System.Windows.Forms.Button
511     Friend WithEvents dgw As System.Windows.Forms.DataGridView
512     Friend WithEvents Panel2 As System.Windows.Forms.Panel
513     Friend WithEvents Label1 As System.Windows.Forms.Label
514     Friend WithEvents txtRate As System.Windows.Forms.TextBox
515     Friend WithEvents Label4 As System.Windows.Forms.Label
516     Friend WithEvents Label2 As System.Windows.Forms.Label
517     Friend WithEvents lblUser As System.Windows.Forms.Label
518     Friend WithEvents txtSearchByDish As System.Windows.Forms.TextBox
519     Friend WithEvents cmbCategory As System.Windows.Forms.ComboBox
520     Friend WithEvents txtDiscount As System.Windows.Forms.TextBox
521     Friend WithEvents Label6 As System.Windows.Forms.Label
522     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
523     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
524     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
525     Friend WithEvents cmbKitchen As System.Windows.Forms.ComboBox
526     Friend WithEvents Label5 As System.Windows.Forms.Label
527     Friend WithEvents Label8 As System.Windows.Forms.Label
528     Friend WithEvents cmbInventoryType As System.Windows.Forms.ComboBox
529     Friend WithEvents txtItemID As System.Windows.Forms.TextBox
530     Friend WithEvents Label7 As System.Windows.Forms.Label
531     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
532     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
533     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
534     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
535     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
536     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
537     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
538
539 End Class


Gõ tìm kiếm nhanh...